找传奇、传世资源到传世资源站!

winform连接摄像头C#

8.5玩家评分(1人评分)
下载后可评
介绍 评论 失效链接反馈

【例子介绍】winform连接摄像头C#

【相关图片】

from clipboard

from clipboard

【源码结构】
.
├── WindowsFormsApp1
│   ├── WindowsFormsApp1
│   │   ├── App.config
│   │   ├── Form1.Designer.cs
│   │   ├── Form1.cs
│   │   ├── Form1.resx
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── WindowsFormsApp1.csproj
│   │   ├── bin
│   │   │   └── Debug
│   │   │       ├── AForge.Controls.dll
│   │   │       ├── AForge.Controls.xml
│   │   │       ├── AForge.Imaging.dll
│   │   │       ├── AForge.Imaging.xml
│   │   │       ├── AForge.Math.dll
│   │   │       ├── AForge.Math.xml
│   │   │       ├── AForge.Video.DirectShow.dll
│   │   │       ├── AForge.Video.DirectShow.xml
│   │   │       ├── AForge.Video.dll
│   │   │       ├── AForge.Video.xml
│   │   │       ├── AForge.dll
│   │   │       ├── AForge.xml
│   │   │       ├── WindowsFormsApp1.exe
│   │   │       ├── WindowsFormsApp1.exe.config
│   │   │       └── WindowsFormsApp1.pdb
│   │   ├── obj
│   │   │   └── Debug
│   │   │       ├── AforgeDemo.Form1.resources
│   │   │       ├── DesignTimeResolveAssemblyReferences.cache
│   │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │       ├── TempPE
│   │   │       ├── WindowsFormsApp1.Properties.Resources.resources
│   │   │       ├── WindowsFormsApp1.csproj.AssemblyReference.cache
│   │   │       ├── WindowsFormsApp1.csproj.CopyComplete
│   │   │       ├── WindowsFormsApp1.csproj.CoreCompileInputs.cache
│   │   │       ├── WindowsFormsApp1.csproj.FileListAbsolute.txt
│   │   │       ├── WindowsFormsApp1.csproj.GenerateResource.cache
│   │   │       ├── WindowsFormsApp1.csproj.SuggestedBindingRedirects.cache
│   │   │       ├── WindowsFormsApp1.exe
│   │   │       └── WindowsFormsApp1.pdb
│   │   └── packages.config
│   ├── WindowsFormsApp1.sln
│   └── packages
│       ├── AForge.2.2.5
│       │   ├── AForge.2.2.5.nupkg
│       │   └── lib
│       │       ├── AForge.dll
│       │       └── AForge.xml
│       ├── AForge.Controls.2.2.5
│       │   ├── AForge.Controls.2.2.5.nupkg
│       │   └── lib
│       │       ├── AForge.Controls.dll
│       │       └── AForge.Controls.xml
│       ├── AForge.Imaging.2.2.5
│       │   ├── AForge.Imaging.2.2.5.nupkg
│       │   └── lib
│       │       ├── AForge.Imaging.dll
│       │       └── AForge.Imaging.xml
│       ├── AForge.Math.2.2.5
│       │   ├── AForge.Math.2.2.5.nupkg
│       │   └── lib
│       │       ├── AForge.Math.dll
│       │       └── AForge.Math.xml
│       ├── AForge.Video.2.2.5
│       │   ├── AForge.Video.2.2.5.nupkg
│       │   └── lib
│       │       ├── AForge.Video.dll
│       │       └── AForge.Video.xml
│       └── AForge.Video.DirectShow.2.2.5
│           ├── AForge.Video.DirectShow.2.2.5.nupkg
│           └── lib
│               ├── AForge.Video.DirectShow.dll
│               └── AForge.Video.DirectShow.xml
└── winform连接摄像头C#.zip

21 directories, 59 files

评论

发表评论必须先登陆, 您可以 登陆 或者 注册新账号 !


在线咨询: 问题反馈
客服QQ:174666394

有问题请留言,看到后及时答复